home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_300
/
329_01
/
wc.doc
< prev
next >
Wrap
Text File
|
1988-12-12
|
384b
|
18 lines
WC
Purpose
word count
Syntax
wc [-lwc] [file...]
Comments
Wc counts the lines, words, and characters in the named files, or in the
standard input if no files are specified. Words are delimited by
spaces, tabs, or newlines. The default action is -lwc.
Options
-l display number of lines
-w display number of words
-c display number of characters